home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / EZCARD16.ARJ / DOCPRINT.BAT next >
DOS Batch File  |  1991-12-13  |  568b  |  20 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo    ╔══════════════════════════════════════════════════════════════════════╗
  5. echo    ║ This will send EZC16.DOC to your printer (15 pages).  Set your paper ║
  6. echo    ║ about one inch above the print-ribbon, then press [Y] to begin.      ║
  7. echo    ╚══════════════════════════════════════════════════════════════════════╝
  8. NorY  Okay to continue [Y/N]?
  9. if errorlevel 1 goto printit
  10. goto end
  11. :printit
  12. echo.
  13. echo.
  14. echo     Printing EZC16.DOC - this will just take a few minutes...
  15. type EZC16.DOC > prn
  16. goto end
  17. :end
  18. cls
  19. echo.
  20.